home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / NVU 0.50 for Windows / nvu-0.50-win32-installer-full.exe / {app} / res / rdf / dom-test-4.css next >
Encoding:
Cascading Style Sheet File  |  1999-04-16  |  130 b   |  13 lines

  1. bar {
  2.   display: block;
  3.   background-color: red;
  4.   width: 100px;
  5.   height: 100px;
  6. }
  7.  
  8.  
  9. bar[enabled] {
  10.   background-color: blue;
  11. }
  12.  
  13.